Skip to content

Update "runs-on" to use ubuntu-latest instead of deprecated 20.04#1384

Merged
fabpot merged 1 commit intosymfony:mainfrom
aivus:update-ubuntu-runner
Mar 6, 2025
Merged

Update "runs-on" to use ubuntu-latest instead of deprecated 20.04#1384
fabpot merged 1 commit intosymfony:mainfrom
aivus:update-ubuntu-runner

Conversation

@aivus
Copy link
Contributor

@aivus aivus commented Mar 6, 2025

Q A
License MIT

Update GitHub runner versions to use ubuntu-latest

See #1382

@github-actions
Copy link

github-actions bot commented Mar 6, 2025

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes/flex/pull-1384/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes/flex/pull-1384/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

@stof
Copy link
Member

stof commented Mar 6, 2025

@fabpot can you merge this as it requires bypassing the required check ?
Just like #1382, the failure is because our CI job does not handle properly the case where none of the recipes are modified.

@fabpot fabpot merged commit 03fbeb1 into symfony:main Mar 6, 2025
1 of 2 checks passed
@aivus aivus deleted the update-ubuntu-runner branch March 6, 2025 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants